home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / basic / chkqb2.com / CHKQB2.BAT next >
Encoding:
DOS Batch File  |  1986-10-25  |  308 b   |  13 lines

  1. qb prog1;
  2. chkqb2 prog1      >compile.txt
  3. qb prog2;
  4. chkqb2 prog2     >>compile.txt
  5. qb prog3;
  6. chkqb2 prog3     >>compile.txt
  7. rem
  8. rem    In the above example, if PROG1 and PROG3 had severe errors, and PROG2 had
  9. rem    none, then the COMPILE.TXT file would contain the following afterward:
  10. rem
  11. rem    prog1
  12. rem    prog3
  13.